home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat1
/
argn.1
< prev
next >
Wrap
Text File
|
1999-09-16
|
514b
|
67 lines
argn(1) Scilab Function argn(1)
NAME
argn - number of arguments in a function call
CALLING SEQUENCE
[lhs [,rhs] ]=argn(0)
DESCRIPTION
This function is used inside a function definition. It gives the number of
actual inputs rhs and output lhs parameters passed to the function when the
function is called. It is usually used in function definitions to deal with
optional arguments.
SEE ALSO
function